home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / playing_with_fire.swf / scripts / DefineButton2_315 / BUTTONCONDACTION on(release).as
Text File  |  2010-05-15  |  100b  |  8 lines

  1. on(release){
  2.    if(_root.blnSFX)
  3.    {
  4.       _root.sndPing.play();
  5.    }
  6.    gotoAndStop(53);
  7. }
  8.